Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 940 Bytes

[RTL8722CSM] [RTL8722DM] WiFi - WiFi Scan.rst

File metadata and controls

32 lines (23 loc) · 940 Bytes

[RTL8722CSM] [RTL8722DM] WiFi - WiFi Scan

Materials

  • AmebaD[AMB21 / AMB22] x 1

Steps

WiFi Scan function can help us quickly discover what WiFi networks are available in our surrounding.

This example does not require any additional hardware, thus simply copy, and paste the following code into REPL to see its effect.

from wireless import WLAN
wifi = WLAN(mode = WLAN.STA)
wifi.scan()